projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f53ff
)
(make-frame): Call `custom-initialize-frame'.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Apr 1997 22:33:45 +0000
(22:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 8 Apr 1997 22:33:45 +0000
(22:33 +0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 2af75dc47a106c898fa7332c69c72f9d77fe3a10..dca7f8167770bce9e8c98a3d338ed68a224032e2 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-458,6
+458,7
@@
on `after-make-frame-functions' are run with one arg, the newly created frame."
(interactive)
(run-hooks 'before-make-frame-hook)
(let ((frame (funcall frame-creation-function parameters)))
+ (custom-initialize-frame frame)
(run-hook-with-args 'after-make-frame-functions frame)
frame))